#pageWrapper
{
	margin: 0;
	width: 50em;             
	min-width: 500px;
}
#outerColumnContainer
{
	border-left:15em solid #fff; border-right:25em solid #fff; border-top:25em 0px solid #fff ; border-bottom:0px solid #fff; z-index: 1;
	
	
}
#innerColumnContainer
{
	z-index: 2;
	width: 49.4em;          
}
* html #innerColumnContainer
{
	position: relative;	
}
#contentColumn
{
	margin: 0 -1px;		
	width: 100%;
}
#leftColumn, #rightColumn, #contentColumn
{
	float: left;
	position: relative;	
	z-index: 10;
	overflow: visible;	
}
#rightColumn
{
	float: right;		
	width: 25em;
	margin: 0 -25em 0 1px;	
}
#leftColumn
{
	width: 15em;
	margin: 0 1px 0 -15em;	
}
#footer
{
	position: relative;
        
}
#masthead h1
{
	display: inline;	
}
.clear
{
	clear: both;
	padding-bottom: 1px;	
	margin-bottom: -1px;	
}
.hide,#oldBrowserNotice, .ieSixCharDupBug



{
	display: none !important;
}

#contentColumn
{
	border-width: 0;
}

* html #pageWrapper
{
	word-wrap: break-word;
}

/******************************************************************************/